projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c7a5b2
)
Tweak gdb to get date and revision from CVS into local variables.
author
oliskoli
<oliskoli>
Wed, 1 Nov 2006 21:26:17 +0000
(21:26 +0000)
committer
oliskoli
<oliskoli>
Wed, 1 Nov 2006 21:26:17 +0000
(21:26 +0000)
gdb.c
patch
|
blob
|
history
diff --git
a/gdb.c
b/gdb.c
index 7a2f0d1cba7261223082a9c6055245e8c07c17f0..2d7cb45dc1ccc9c67c9a70ca1ea8fb780ef1ba2c 100644
(file)
--- a/
gdb.c
+++ b/
gdb.c
@@
-85,6
+85,9
@@
/* %%% local vars %%% */
+static char gdb_release[] = "$Release$";
+static char gdb_release_date[] = "$Date: 2006/11/01 21:26:17 $";
+
static FILE *fin, *fout;
static char *fin_name, *fout_name;